Uses of Class
negotiator.boaframework.BOAagentInfo

Packages that use BOAagentInfo
negotiator.tournament   
negotiator.tournament.VariablesAndValues   
 

Uses of BOAagentInfo in negotiator.tournament
 

Methods in negotiator.tournament that return types with arguments of type BOAagentInfo
 java.util.ArrayList<BOAagentInfo> Tournament.getBOAagentA()
           
 java.util.ArrayList<BOAagentInfo> Tournament.getBOAagentB()
           
 

Method parameters in negotiator.tournament with type arguments of type BOAagentInfo
 void Tournament.setBOAagentA(java.util.ArrayList<BOAagentInfo> BOAagentList)
           
 void Tournament.setBOAagentB(java.util.ArrayList<BOAagentInfo> BOAagentList)
           
 

Uses of BOAagentInfo in negotiator.tournament.VariablesAndValues
 

Methods in negotiator.tournament.VariablesAndValues that return BOAagentInfo
 BOAagentInfo BOAagentValue.getValue()
           
 

Constructors in negotiator.tournament.VariablesAndValues with parameters of type BOAagentInfo
BOAagentValue(BOAagentInfo val)